{% extends 'dashboards/base_dashboard.html' %} {% block stats %}
| Title | Status | Due Date | Actions |
|---|---|---|---|
|
{% if task.attachments.exists %}
{% endif %}
{{ task.title|truncatechars:30 }}Created by {{ task.created_by.get_full_name|default:task.created_by.username }} |
{{ task.get_status_display }} | {{ task.due_date|date:"M d, Y" }} |
You don't have any tasks assigned yet.